home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 3_2004-2005.ISO / Data / Zips / DevCon_FTP18202511202004.psc / ChangLog & Stuff.txt < prev    next >
Text File  |  2004-11-20  |  2KB  |  45 lines

  1. DevCon 3.0.4 Fatty Edition
  2. Please See LICENSE.txt for license information.
  3.  
  4. Bug/Version History: 
  5. 3.0 -  Fixed numerous problems with GUI.
  6. 3.0.2 - Major fixes to memory handling and added 
  7. DNS look-up and Telnet (Shelled From /windows/system32)
  8. 3.0.3 -  Again added some memory fixes. Also added 
  9. system tray support. Minor GUI changes. Fixed save log problem, I hope:)
  10. 3.0.4 Fatty Edition -
  11.  Minor GUI changes (from spanish to english/spinglish to english =-D)
  12.  Removed last little annoying bits of Spanish from UI/MsgBox's
  13.  Splash screen now does not require a key to be pressed and loads main form.
  14.  Little bug where saved password wouldn't load when first clicking profile
  15.  Removed a useless form (REMOVE.frm lol)
  16.  Coding indented to be more readable
  17.  Clock space not so cramped anymore.
  18.  Tried fixing connection freezing problem, but because we connect using wininet
  19. API's, and we don't directly deal with the FTP protocol, we cannot eliminate the
  20. UI freeze while connecting to a server. Dealing directly with the FTP protocol
  21. using Winsock would eliminate any freezing, but also add a lot of coding. Which is
  22. why wininet was made in the first place. Ahh what we give up for ease of use, VB
  23. is a prime example! LOLOL
  24.  Fixed bug where if file was first in box it wouldn't work correctly when right clicking.
  25. this bug was from For i = 1 To ListView2.ListItems.Count, Index's start at 0, not 1.
  26.  Removed frmAbout and just used Splash instead, looks much better.
  27. NOTE: There were a couple of missing images on some forms, I left them missing
  28.      because I'd never had them, and I've never seen them.
  29.  
  30.  
  31. ShortCuts:
  32. CTRL + M - Send To Tray
  33. CTRL + O - Open Log
  34. CTRL + S - Save Log
  35. CTRL + E - Connect To Server
  36. CTRL + Q - Disconnect 
  37. F4       - Exit
  38. CTRL + U - Upload
  39. CTRL + D - Download
  40.  
  41. Capabilities:
  42.  
  43. This is an update to the old DevCon 3.0 FTP Client. Which is an update to yzyFTP.
  44. It has support for Local and remote file manipulation, via FTP. It can use ASCII or
  45. binary. This client still has some work to be done like CHMOD.